.themeColor{
	color: #e15516 !important;
}
.themeTxtActive{
	color: #B1262A !important;
	background-color: #ffedd7;
}
.comTitle{
	background: #f7f7f7;
	color: #444444;
	font-size: 14px;
	line-height: 14px;
	padding: 17px;
	border-bottom: 1px solid #ddd;
}
.comTitle.andTop{
	border-top: 1px solid #ddd;
}
.comTitle span.right{
	float: right;
	font-size: 12px;
	color: #666;
	display: inline-flex;
}
.comTitle span.right .priSize{
	font-size: 12px;
	color: #e15616;
}
.comTitle span.right .priColor{
	color: #e15616;
	font-size: 24px;
}
.comTitleOut{
	color: #444444;
	font-size: 14px;
	line-height: 14px;
	padding: 13px 22px;
}
.comBorderCF{
	border: 1px solid #cfcfcf;
	margin-top: 10px;
}
.comBorderCF2{
	border: 1px solid #cfcfcf;
}
.btn-theme{
	background: #B1262A !important;
}
.comCheackBox{
	border: 1px solid #cfcfcf;
	float: left;
	width: 108px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}
.comCheackBox.active{
	line-height:30px;
	border: 2px solid #B1262A;
	background: url(../images/checkIcon.png) no-repeat;
	background-position: right bottom;
	/*color: #B1262A;*/
}
.comCheackBox2{
	border: 1px solid #cfcfcf;
	float: left;
	width: 108px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}
.comCheackBox2.active{
	line-height:30px;
	border: 2px solid #B1262A;
	background: url(../images/checkIcon.png) no-repeat;
	background-position: right bottom;
	/*color: #B1262A;*/
}
.padding15{
	padding: 15px;
}
.comBorderCF input{
	padding: 5px 5px 5px 10px;
	border: 1px solid #dedede;
}
.borderBtmCf{
	border-bottom: 1px solid #cfcfcf;
}
.orangeBtn{
	color: white !important;
	background: #cb252a;
	text-align: center;
	width: 108px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	display: inline-block;
	border-radius: 3px;
}
.defaultBtn{
	background: white;
	text-align: center;
	width: 108px;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	display: inline-block;
	border-radius: 3px;
	color: #828282 !important;
	border: 1px solid #ccc !important;
}
.step .tips{
	color: #b0b0b0;
	font-size: 12px;
	font-family: "宋体";
}
.mousePointer{
	cursor: pointer;
}